ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / CompiledRegion Class / Union Method / Union(PointF[]) Method
Polygon points

In This Topic
    Union(PointF[]) Method
    In This Topic
    Adds polygon to the region.
    Syntax
    'Declaration
     
    Public Overloads Sub Union( _
       ByVal polygonPoints() As PointF _
    ) 
    public void Union( 
       PointF[] polygonPoints
    )

    Parameters

    polygonPoints
    Polygon points
    See Also